home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / cmln1085.arc / NOVIX1 < prev    next >
Text File  |  1986-02-27  |  2KB  |  53 lines

  1.  
  2.                            Novix Cut 1
  3.  
  4. Data      Instruction(s)           Data Stack Status:
  5. Fetch       (Forth)                Before:        After:         
  6. Opcode      (Description)
  7. (octal)
  8.                                    
  9. 167100    @                        where          what
  10.                FetcΦ content≤ oµ to≡ ì
  11. áááááááááááááááoµ stack.
  12. 164000    @ +                      incr,where     what+incr
  13.                FetcΦá to≡á oµá stacδ ì
  14. ááááááááááááááá(where⌐á anΣ adΣá inì
  15. ááááááááááááááácrement(incr).
  16. 164200    @ +c                     incr,where     what+incr+carry
  17.                FetcΦá wherσ anΣá adΣ ì
  18. áááááááááááááááincremen⌠á anΣá carr∙ ì
  19. ááááááááááááááábit.
  20. 162000    @ -                      decr,where     what-decr
  21.                FetcΦ wherσ anΣá subì
  22. ááááááááááááááátrac⌠ decr.
  23. 166000    @ SWAP -                 amount,where   amount-what       è               FetcΦ wherσ anΣá subì
  24. ááááááááááááááátrac⌠á wha⌠á froφá aì
  25. ááááááááááááááámount.
  26. 163000    @ OR                     amount,where   amount OR what
  27. áááááááááááááááFetcΦ where¼á O╥ witΦ ì
  28. áááááááááááááááamount.
  29. 165000    @ XOR                    amount,where   amount XOR what
  30. áááááááááááááááFetcΦ where¼ XO╥ witΦ ì
  31. áááááááááááááááamount.
  32. 161000    @ AND                    amount,where   amount AND what
  33. áááááááááááááááFetcΦ where¼ AN─ witΦ ì
  34. áááááááááááááááamount.
  35. 1647nn    DUP @ SWAP nn +          where          what,where+nn
  36.                Incrementing fetch
  37. 1627nn    DUP @ SWAP nn -          where          what,where-nn
  38.                Decrementing fetch
  39.  
  40. Data
  41. Store
  42. Opcode
  43. (octal)
  44.  
  45. 177000    !                   what,where     ...
  46. áááááááááááááááStorσáááá wha⌠áááá a⌠ ì
  47. ááááááááááááááálocation where.
  48. 177100    OVER SWAP !         what,where     what
  49.                Non-destructive store
  50. 1747nn    SWAP OVER ! nn +    what,where     where+nn
  51. áááááááááááááááIncrementinτ store
  52. 1727nn    SWAP OVER ! nn -    what,where     where-nn
  53.